home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doodle_d.swf / scripts / DefineButton2_272 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  72b  |  6 lines

  1. on(release){
  2.    dead = false;
  3.    life = true;
  4.    gotoAndStop(2);
  5. }
  6.